home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Presentations / Presentations ’96 / Sessions ’96 / MacOS 8 Sessions / MacOS 8 Extensions / Demo Patch Code / DemoPatchL.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-10  |  189 b   |  15 lines  |  [TEXT/CWIE]

  1. #include <Types.h>
  2. #include <Patches.h>
  3.  
  4. #include "DemoPatchL.h"
  5.  
  6. void DoSomePreprocessing(void);
  7. void DoSomePostprocessing(void);
  8.  
  9. void    MainDoNothing(void);
  10.  
  11. void    MainDoNothing(void)
  12. {
  13. }
  14.  
  15.